NBTTagCompound tag = new NBTTagCompound();
handler.writeData(tag, SyncType.DROP);
tag.setBoolean("dropped", true);
drop.setTagCompound(tag);
}
}
handler.writeData(tag, SyncType.DROP);
if (!tag.hasNoTags()) {
tag.setBoolean("dropped", true);
drop.setTagCompound(tag);
}
}
}